home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 676 / fbm / fbm10man.zoo / MAN / fbedge.man < prev    next >
Text File  |  1990-12-18  |  3KB  |  133 lines

  1.  
  2.      FBEDGE(1)                     25-Jun-90                      FBEDGE(1)
  3.  
  4.  
  5.           3 
  6.  
  7.      ›1mNAME 
  8.           ›0mfbedge   \-   compute  the  derivative  of  an  image  (edge
  9.           detection) 
  10.  
  11.      ›1mSYNOPSIS 
  12.           ›0mfbedge [ -t<threshhold> ] [ -<type> ] < bitmap > bitmap
  13.  
  14.      ›1mDESCRIPTION 
  15.  
  16.                ›0mComputes a halftoned image composed  of  edges  in  the
  17.           original.  Edge detection is done by digital Laplacian.  
  18.  
  19.           -›1mt›0m<›1mnum›0m>  ›3mthreshhold  ›0margument,  specifies  a  threshhold for
  20.           detecting edges.  Pixels with first derivatives greater than
  21.           the threshhold will be black, and others will be white.  
  22.  
  23.           -›1mB ›0m›3mface ›0mformat, as used by Bennet Yee's ›3mface ›0mprogram at CMU. 
  24.  
  25.           -›1mF ›0m›3mFBM,  ›0mformat  (by  default,  the  default).     You   are
  26.           guaranteed  not to lose information by specifying FBM as the
  27.           default.  
  28.  
  29.           -›1mG ›0m›3mGIF, ›0mCompuserve GIF format.  
  30.  
  31.           -›1mI ›0m›3mIFF ›0mformat, interleaved bitmaps (ILBM), used by Amigas.  
  32.  
  33.           -›1mP ›0m›3mPBM, ›0mJef Poskanzer's bitmap format.  
  34.  
  35.           -›1mS ›0m›3msun, ›0mSun rasterfiles (not run length encoded).  
  36.  
  37.      ›1mEXAMPLE 
  38.  
  39.                ›0mTo produce an image of regions  in  a  grayscale  image
  40.           where  the  first  derivative is greater than 10, and output
  41.           the result as a Sun rasterfile: 
  42.  
  43.               % fbedge -t10 -S < foo.gray > foo.1bit 
  44.  
  45.      ›1mSEE ALSO 
  46.           ›0mfbm(1) for general discussion, pbm(1) for PBM routines.  
  47.  
  48.      ›1mBUGS 
  49.           ›0mNone known.  
  50.  
  51.      ›1mHISTORY 
  52.           ›0mCopyright (C) 1989,1990 by Gary Sherwin &  Michael  Mauldin.
  53.           Permission  is  granted to use this file in whole or in part
  54.           for any purpose, educational,  recreational  or  commercial,
  55.           provided  that  this copyright notice is retained unchanged.
  56.           This  software  is  available  to  all  free  of  charge  by
  57.           anonymous FTP and in the UUNET archives.  
  58.  
  59.           25-Jun-90  Michael  Mauldin  at  Carnegie  Mellon University
  60.           Release 1.0 mlmcs.cmu.edu 
  61.  
  62.           07-Mar-89 Michael L. Mauldin at Carnegie  Mellon  University
  63.  
  64.  
  65.                                       -1-
  66.  
  67.  
  68.      FBEDGE(1)                     25-Jun-90                      FBEDGE(1)
  69.  
  70.  
  71.           Beta release (version 0.9) mlmcs.cmu.edu 
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                       -2-
  132.  
  133.